type runtime.mSpanList
15 uses
runtime (current package)
mgc.go#L315: free mSpanList
mgc.go#L318: busy mSpanList
mheap.go#L224: quarantineList mSpanList
mheap.go#L227: readyList mSpanList
mheap.go#L404: type mSpanList struct {
mheap.go#L414: list *mSpanList // For debugging. TODO: Remove.
mheap.go#L1704: func (list *mSpanList) init() {
mheap.go#L1709: func (list *mSpanList) remove(span *mspan) {
mheap.go#L1730: func (list *mSpanList) isEmpty() bool {
mheap.go#L1734: func (list *mSpanList) insert(span *mspan) {
mheap.go#L1752: func (list *mSpanList) insertBack(span *mspan) {
mheap.go#L1771: func (list *mSpanList) takeAll(other *mSpanList) {
stack.go#L158: span mSpanList
stack.go#L164: free [heapAddrBits - pageShift]mSpanList // free lists by log_2(s.npages)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |